Represents a validation message that can be shown to users, including a code, description, and alert type.
Properties
| Name | Description |
|---|
| Type | Gets or sets the type of alert associated with the validation message. |
| Code | Gets or sets the unique code associated with the validation message. |
| Message | Gets or sets the message text to be displayed to the user. |
Constructors
| Name | Description |
|---|
| ValidationMessage() | Initializes a new instance of the ValidationMessage class with default values. |
| ValidationMessage() | Initializes a new instance of the ValidationMessage class with default values. |